home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / div.0 < prev    next >
Text File  |  1996-09-02  |  834b  |  25 lines

  1.  
  2. DIV(3)                     UNIX Programmer's Manual                     DIV(3)
  3.  
  4. NNAAMMEE
  5.      ddiivv - return quotient and remainder from division
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddlliibb..hh>>
  9.  
  10.      _d_i_v___t
  11.      ddiivv(_i_n_t _n_u_m, _i_n_t _d_e_n_o_m)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The ddiivv() function computes the value _n_u_m_/_d_e_n_o_m and returns the quotient
  15.      and remainder in a structure named _d_i_v___t that contains two _i_n_t members
  16.      named _q_u_o_t and _r_e_m.
  17.  
  18. SSEEEE AALLSSOO
  19.      ldiv(3),  qdiv(3),  math(3)
  20.  
  21. SSTTAANNDDAARRDDSS
  22.      The ddiivv() function conforms to ANSI C3.159-1989 (``ANSI C'').
  23.  
  24. BSD Experimental                April 19, 1991                               1
  25.